Namespace: DeltaEngine.Editor.UIEditorAssembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
public void CreateCenteredControl(
string newControl,
UIEditorScene uiEditorScene
)
public void CreateCenteredControl(
string newControl,
UIEditorScene uiEditorScene
)
Public Sub CreateCenteredControl (
newControl As String,
uiEditorScene As UIEditorScene
)
Public Sub CreateCenteredControl (
newControl As String,
uiEditorScene As UIEditorScene
)
public:
void CreateCenteredControl(
String^ newControl,
UIEditorScene^ uiEditorScene
)
public:
void CreateCenteredControl(
String^ newControl,
UIEditorScene^ uiEditorScene
)
member CreateCenteredControl :
newControl : string *
uiEditorScene : UIEditorScene -> unit
member CreateCenteredControl :
newControl : string *
uiEditorScene : UIEditorScene -> unit