ArcFM Responder Mobile Developer Guide
Checked Property (IMMCategoryCache)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610809347)>
ReadOnly Property Checked( _
   ByVal Index As System.Integer _
) As System.Integer
'Usage
 
Dim instance As IMMCategoryCache
Dim Index As System.Integer
Dim value As System.Integer
 
value = instance.Checked(Index)
[System.Runtime.InteropServices.DispId(1610809347)]
System.int Checked( 
   System.int Index
) {get;}
read-only property Checked( 
    Index: System.Integer
): System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610809347)
function get Checked( 
   Index : System.int
) : System.int
[System.Runtime.InteropServices.DispId(1610809347)]
__property System.int get_Checked( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610809347)]
property System.int Checked {
   System.int get(System.int Index);
}

Parameters

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMCategoryCache Interface
IMMCategoryCache Members

Send Feedback