The ntzButton control incorporates a wide assortment of capabilities, including customizable corners, gradients, shadow effects, and more. There are literally too many features to describe in adequate detail with just a few sentences. The features listed below along with the screenshots say it best. |
|
Properties |
 | ArrowAlign: Returns/sets the alignment of the arrow. ArrowStyle: Returns/sets the style of the arrow. AutoRefresh: Returns/sets whether changes to appearance properties are rendered immediately. BackColor: Returns/sets the background color. BorderColor: Returns/sets the border color. BorderSpace: Returns/sets the spacing between the border and the contents. Caption: Returns/sets the Caption. CaptionAlign: Returns/sets the alignment of the Caption. CaptionShadow: Returns/sets whether a shadow effect is applied to the Caption. CornerRadius: Returns/sets the radius of each corner as a percentage. CornerStyle: Returns/sets the style of the corners. DisabledColor: Returns/sets the color applied when the button is disabled. DownBackColor: Returns/sets the BackColor applied when the button is depressed. DownGradient: Returns/sets the Gradient applied when the button is depressed. DownShift: Returns/sets whether the Caption is shifted when the button is depressed. DownStyle: Returns/sets the Style applied when the button is depressed. DisabledPicture: Returns/sets the Picture applied when the button is disabled. DownPicture: Returns/sets the Picture applied when the button is depressed. Enabled: Returns/sets whether the button will respond to user interaction. FocusColor: Returns/sets the color of the FocusEffect. FocusEffect: Returns/sets the style of the focus indicator. ForeColor: Returns/sets the color of the Caption. Font: Returns/sets the font used for the Caption. Gradient: Returns/sets the default Gradient applied to the button. GradientStyle: Returns/sets the style of the Gradient effect. Grayness: Returns/sets the DisabledColor blend as a percentage. HoverColor: Returns/sets the color applied when the mouse cursor is over the button. HoverEffect: Returns/sets the effect applied when the mouse cursor is over the button. HoverGradient: Returns/sets the Gadient applied when the mouse cursor is over the button. HoverPicture: Returns/sets the Picture applied when the mouse cursor is over the button. HoverStyle: Returns/sets the Style applied when the mouse cursor is over the button. hWnd: Returns the window handle. MaskColor: Returns/sets the color of transparent pixels of the Picture. MaskEnabled: Returns/sets whether the MaskColor property is applied. MouseIcon: Returns/sets a custom mouse icon. MousePointer: Returns/sets the mouse pointer applied when the mouse is over the button. ParentColor: Returns/sets the color of the area where the button resides. Picture: Returns/sets the Picture. PictureAlign: Returns/sets the alignment of the Picture. PropertySync: Returns/sets how related properties are effected simultaniously. RepeatPicture: Returns/sets which picture property is used in place of those which have not been set. Shadow: Returns/sets the pixel size of the shadow effect. Style: Returns/sets the default Style applied to the button. UseKeys: Returns/sets the keyboard keys which will fire the Click event.
|
|
Methods |
 | Refresh: Refreshes the button's appearance.
|
|
Events |
 | Click: Fires when the user left-clicks on the button or presses the designated keyboard keys. KeyDown: Fires when a keyboard key is pressed while the button has the focus. KeyPress: Fires when an ANSI keyboard key is pressed and released while the button has the focus. KeyUp: Fires when a keyboard key is released while the button has the focus. MouseDown: Fires when a mouse button is pressed while over the button. MouseMove: Fires when the mouse moves over the button. MouseOut: Fires when the mouse moves off the button. MouseOver: Fires when the mouse moves onto the button. MouseUp: Fires when a mouse button is released while over the button.
|