captionbutton Sign property
Return to Introduction  Previous page  Next page
Applies to
acCaptionButton component and other components that uses TacCustomCaptionButton as ancestor class - acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller.  

Declaration
property Sign: Char;  

Description
The Sign property contains the character that will be shown as button image. You may choose custom font for this sign (SignFont property) and ever shift the sign accordingly to SignLeft and SignTop values.  

Note
iiinfo In case if the bitmap image is assigned to Glyph property, the CaptionButton will show the Glyph image instead of the sign. In this case, values assigned to Sign, SignFont, SignLeft and SignTop properties will be NOT used.  

See also
SignFont, SignLeft, SignTop properties.