ArcFM Desktop Developer Guide
TabSizing Enumeration


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Defines how the size of tabs are to be handled.
Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Windows.dll
Syntax
'Declaration
 
Public Enum TabSizing 
   Inherits System.Enum
'Usage
 
Dim instance As TabSizing
public enum TabSizing : System.Enum 
Members
MemberDescription
AutoSizeThe tab caption is sized based on the caption and image.
CompressedThe text and image are displayed for the active tab only. All other tabs display only the image.
DefaultDefault - undefined by Infragistics.
FixedThe size of the tab is based on a specified size.
JustifiedThe tabs are sized up to the autosize width. If there is not enough room to display all of the tabs then the space is divided evenly among the tabs.
SizeToFitThe tabs are sized up to the autosize width. If there is not enough room to display the all of the tabs then the space is divided evenly among the tabs. If there is space left over then it is divided evenly among all the tabs so that the entire row is always filled.
TabsPerRowThe size of each tab is a percentage of the available space based on the TabsPerRow setting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.TabSizing

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

Miner.Windows Namespace

Defines how the size of tabs are to be handled.
Object Model
TabSizing Enumeration
Syntax
'Declaration
 
Public Enum TabSizing 
   Inherits System.Enum
'Usage
 
Dim instance As TabSizing
public enum TabSizing : System.Enum 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.TabSizing

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

TabSizing Members
Miner.Windows Namespace

 

 


Send Comment