formsystemmenu SysItems structure
Return to Introduction  Previous page  Next page
Applies to
acFormSystemMenu component.  

Declaration
type  
  TacSystemMenuItemState = (isActive, isHidden, isDisabled);  
  TacFormSystemMenuItems = class  
  published  
    property Restore: TacSystemMenuItemState;  
    property Move: TacSystemMenuItemState;  
    property Size: TacSystemMenuItemState;  
    property Minimize: TacSystemMenuItemState;  
    property Maximize: TacSystemMenuItemState;  
    property Close: TacSystemMenuItemState;  
    property MDINext: TacSystemMenuItemState;  
  end;  
 
property SysItems: TacFormSystemMenuItems;  

Description
The SysItems structure allows to modify appearance of the regular elements of the system menu and standard caption buttons on the form title bar, associated with these elements.  
 
PropertiesMeaning  
Restore;  
Move;  
Size;  
Minimize;  
Maximize;  
Close;  
MDINext.  

See also
Items and InsertPosition properties.