Share via


DockingSelector.LoadUI Method (Title)

Loads the docking position settings from the Title object.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Sub LoadUI ( _
    title As Title _
)
'Usage
Dim instance As DockingSelector
Dim title As Title

instance.LoadUI(title)
public void LoadUI(
    Title title
)

Parameters

Remarks

This method loads the docking position settings from the Title object and uses them to set the state of the docking position selection radio buttons.

See Also

Reference

DockingSelector Class

DockingSelector Members

LoadUI Overload

Microsoft.Office.Server.WebControls Namespace