Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DeskBandInfoModes (Enums)
.
C# Definition:
[Flags]
enum DeskBandInfoModes : uint
enum DeskBandInfoModes : int
{
/// <summary>
/// The band is normal in all respects. The other mode flags modify this flag.
/// </summary>
Normal = 0x0000,
Normal = 0x0000,
/// <summary>
/// TBD
/// </summary>
Fixed = 0x0001,
Fixed = 0x0001,
/// <summary>
/// a fixed background bitmap (if supported)
/// </summary>
FixedBMP = 0x0004,
FixedBMP = 0x0004,
/// <summary>
/// The height of the band object can be changed.
/// </summary>
/// <remarks>
/// The ptIntegral member defines the step value by which the band object can be resized.
/// </remarks>
VariableHeight = 0x0008,
VariableHeight = 0x0008,
/// <summary>
/// TBD
/// </summary>
Undeleteable = 0x0010,
Undeleteable = 0x0010,
/// <summary>
/// The band object is displayed with a sunken appearance.
/// </summary>
Debossed = 0x0020,
Debossed = 0x0020,
/// <summary>
/// The band will be displayed with the background color specified in crBkgnd.
/// </summary>
BackColor = 0x0040,
BackColor = 0x0040,
/// <summary>
/// Displays a chevron when the toolbar requires overflow.
/// </summary>
UseChevron = 0x0080,
UseChevron = 0x0080,
/// <summary>
/// Display the toolbar in a new break
/// </summary>
Break = 0x0100,
Break = 0x0100,
/// <summary>
/// Adds the toolbar before the first toolbar in the frame
/// </summary>
AddToFront = 0x0200,
AddToFront = 0x0200,
/// <summary>
/// Aligns the toolbar with the top of the frame
/// </summary>
TopAlign = 0x0400
TopAlign = 0x0400
}
VB Definition:
Enum DeskBandInfoModes
TODO
End Enum
Notes:
None.
Exposes methods to enable and query translucency effects in a deskband object.
1/28/2017 12:10:12 AM - -72.54.8.242
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!