MoveField |
Scroll |
Moves the field to a tab or from a tab to the main part of the dialog.
Namespace: Therefore.API
Visual Basic Public Overridable Function MoveField ( _ nFieldNo As Integer, _ nParentFieldNo As Integer, _ nTabNo As Integer _ ) C# public virtual void MoveField ( int nFieldNo int nParentFieldNo int nTabNo )
Parameters nFieldNo The field number of the TheCategoryField object to move.
nParentFieldNo The field number of the target tab control. 0 to move the field to the main part of the dialog.
nTabNo The tab number of the target tab in the target of the tab control specified by nParentFieldNo. Will be ignored when nParentFieldNo is set to 0.
Return Value None. |