Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / CreateControl Method

In This Topic
    CreateControl Method
    In This Topic
    Forces the creation of the control, including the creation of the handle and any child controls.
    Syntax
    'Declaration
     
    Public Sub CreateControl() 
    public void CreateControl()
    Remarks
    It calls the same method called when the control is loaded.
    See Also