ArcFM Responder Mobile Developer Guide
AutoSwitchTab Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
Property AutoSwitchTab As mmSwitchSetting
'Usage
 
Dim instance As IMMAttributeEditorUI2
Dim value As mmSwitchSetting
 
instance.AutoSwitchTab = value
 
value = instance.AutoSwitchTab
[System.Runtime.InteropServices.DispId(1610678277)]
mmSwitchSetting AutoSwitchTab {get; set;}
read-write property AutoSwitchTab: mmSwitchSetting; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get,set AutoSwitchTab : mmSwitchSetting
[System.Runtime.InteropServices.DispId(1610678277)]
__property mmSwitchSetting get_AutoSwitchTab();
__property void set_AutoSwitchTab( 
   mmSwitchSetting value
);
[System.Runtime.InteropServices.DispId(1610678277)]
property mmSwitchSetting AutoSwitchTab {
   mmSwitchSetting get();
   void set (    mmSwitchSetting value);
}
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

IMMAttributeEditorUI2 Interface
IMMAttributeEditorUI2 Members

Send Feedback