LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

checkBoxesCount Property

Show in webframe







Get the length of check boxes array
Syntax
public uint checkBoxesCount {get;}
'Declaration
 
Public ReadOnly Property checkBoxesCount As UInteger
'Usage
 
Dim instance As AutoZoningCommand
Dim value As UInteger
 
value = instance.checkBoxesCount
public uint checkBoxesCount {get;}
@property (nonatomic, assign, readonly) unsigned int checkBoxsCount;

            
 get_checkBoxesCount(); 
public:
property uint checkBoxesCount {
   uint get();
}

Property Value

An System.Int32 that specifies the length of the array in checkBoxes property
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.