Gets the check boxes information.
public IVector<LeadRect> CheckBoxes {get;}
public IVector<LeadRect> CheckBoxes {get;}
public:
property IVector<LeadRect>^ CheckBoxes {
IVector<LeadRect>^ get();
}
'Declaration
Public ReadOnly Property CheckBoxes As IVector(Of LeadRect)
'Usage
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadRect)
value = instance.CheckBoxes
Property Value
IVector<
Leadtools.LeadRect> that represents the list of check boxes information.