ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1Editor Class / FullScreenModeContainerID Property

In This Topic
    FullScreenModeContainerID Property
    In This Topic
    Full screen mode container ID. Use this property to specify container which will be used as the parent control for FullScreenMode instead of client's area on the web page.
    Syntax
    'Declaration
     
    Public Property FullScreenModeContainerID As System.String
    public System.string FullScreenModeContainerID {get; set;}
    See Also