formsystemmenu InsertPosition property
Return to Introduction  Previous page  Next page
Applies to
acFormSystemMenu component.  

Declaration
property InsertPosition: Word;  

Description
The InsertPosition property specifies the zero-based relative position, where to insert additional elements of system menu, described in the Items property, between the regular menu elements.  
 
Set the InsertPosition to 0 to make the insertion of the Items before regular elements of the system menu, and increase this value to shift insertion down relatively to the regular elements.  

Snapshots
InsertPosition = 0 InsertPosition = 5  
acformsystemmenuss1acformsystemmenuss2  

See also
Items property.