Miner.Interop Namespace > IMMMultiItem Interface : ItemChecked Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678279)> ReadOnly Property ItemChecked( _ ByVal Index As System.Integer _ ) As System.Boolean
'Usage
Dim instance As IMMMultiItem Dim Index As System.Integer Dim value As System.Boolean value = instance.ItemChecked(Index)
[System.Runtime.InteropServices.DispId(1610678279)] System.bool ItemChecked( System.int Index ) {get;}
read-only property ItemChecked( Index: System.Integer ): System.Boolean;
System.Runtime.InteropServices.DispIdAttribute(1610678279) function get ItemChecked( Index : System.int ) : System.boolean
[System.Runtime.InteropServices.DispId(1610678279)] __property System.bool get_ItemChecked( System.int Index );
[System.Runtime.InteropServices.DispId(1610678279)] property System.bool ItemChecked { System.bool get(System.int Index); }
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