IsLayoutRequested Property (C1TreeMap)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property IsLayoutRequested As Boolean
'Usage
Dim instance As C1TreeMap
Dim value As Boolean
value = instance.IsLayoutRequested
public virtual bool IsLayoutRequested {get;}
See Also