In This Topic
Determines whether this border contains border setting(s).
Syntax
'Declaration
Public Function IsDisplayable() As Boolean
'Usage
Dim instance As Border
Dim value As Boolean
value = instance.IsDisplayable()
public bool IsDisplayable()
Return Value
true
if this border contains border setting(s); otherwise, false
.
See Also