 | WindowAspectsIsScrollbarVisible property |
True if at least one scrollbar is visible.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsScrollbarVisible { get; set; }
Public Property IsScrollbarVisible As Boolean
Get
Set
public:
property bool IsScrollbarVisible {
bool get ();
void set (bool value);
}
member IsScrollbarVisible : bool with get, set
Property value
Boolean
See also