ArcFM Desktop Developer Guide
Position Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The new dock location for the toolbar.
The new dock row number for the toolbar.
The new dock column number for the toolbar.
Defines the position of the toolbar.
Syntax
'Declaration
 
Public Sub Position( _
   ByVal dockedPosition As DockedPosition, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As CommandBar
Dim dockedPosition As DockedPosition
Dim row As Integer
Dim column As Integer
 
instance.Position(dockedPosition, row, column)
public void Position( 
   DockedPosition dockedPosition,
   int row,
   int column
)

Parameters

dockedPosition
The new dock location for the toolbar.
row
The new dock row number for the toolbar.
column
The new dock column number for the toolbar.
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

CommandBar Class
CommandBar Members

 

 


Send Comment