ArcFM Engine Developer Guide
IsSelectedTab Property


Returns/sets whether the pane is the selected item in a tab style group or sliding group. If the pane does not have a parent pane, this property returns false.
Syntax
'Declaration
 
Public Property IsSelectedTab As Boolean
'Usage
 
Dim instance As DockPaneBase
Dim value As Boolean
 
instance.IsSelectedTab = value
 
value = instance.IsSelectedTab
public bool IsSelectedTab {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockPaneBase Class
DockPaneBase Members

 

 


Send Comment