Gets a value that indicates whether this
AnnAutomation can bring the currently selected object(s) to the top of the Z-order.
public virtual bool CanBringToFirst {get;}
'Declaration
Public Overridable ReadOnly Property CanBringToFirst As Boolean
'Usage
Dim instance As AnnAutomation
Dim value As Boolean
value = instance.CanBringToFirst
public:
virtual property bool CanBringToFirst {
bool get();
}
Property Value
true if this
AnnAutomation can bring the currently selected object(s) to the top of Z-order; otherwise, false.