Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / INFrameControl Interface
Properties Methods Events

In This Topic
    INFrameControl Interface Members
    In This Topic

    The following tables list the members exposed by INFrameControl.

    Public Properties
     NameDescription
     PropertyGets/sets the image to be displayed by the caption.  
     Property  
     PropertyGets/sets a value whether the frame will display a close button allowing the user to "Close" the current instance.  
     PropertyGets the current image displayed by the caption.  
     PropertyGets the collection of custom caption buttons.  
     PropertyGets/sets the local value for this instance.  
     PropertyGets/sets a value whether the frame will display a Help button allowing the user to trigger the context-sensitive help on the current instance.  
     PropertyDetermines whether the frame is active.  
     Property  
     PropertyGets/sets a value whether the frame will display a Maximize button allowing the user make the current instance occupy the entire working area.  
     PropertyGets/sets a value whether the frame will display a Minimize button allowing the user to send the current instance to the system task bar.  
     Property  
     PropertyGets/sets a value indicating whether the user may move the frame using the left mouse button.  
     PropertyGets/sets the preferred state for the non-client area. Note that specifying this will override the default processing of the NC activate message. 0 is always inactive, 1 is always active and -1 is discarded.  
     PropertyGets/sets a value whether to display the caption image.  
     PropertyGets/sets a value whether to display the caption text.  
     PropertyGets/sets a value indicating whether the user may resize the frame.  
     PropertyGets an array with all the commands to be displayed when a system menu is requested.  
     PropertyGets/sets a value whether a system menu should be displayed when the user right-clicks the frame's caption.  
     PropertyGets/sets a value indicating whether the frame acts as a tool window.  
     PropertyGets/sets a value indicating whether this instance will use the global template provided by the NUIManager.  
    Top
    Public Methods
     NameDescription
     Method  
     MethodInvalidates the frame.  
     MethodGets notified for a caption button click.  
     MethodCalled whenever a system menu command is clicked.  
     MethodUpdates the frame including repaint and region update.  
    Top
    Public Events
     NameDescription
     EventFired when the user has clicked a custom button.  
     Event  
    Top
    See Also