|
Common Control Styles
Following are the common control styles. Except where noted, these styles
apply to header controls, toolbar controls, and status windows.
Common control style
| Description
| CCS_ADJUSTABLE
| Enables a toolbar's built-in customization features, which allow the user to
drag a button to a new position or to remove a button by dragging it off the
toolbar. In addition, the user can double-click the toolbar to display the
Customize Toolbar dialog box, allowing the user to add, delete, and rearrange toolbar
buttons.
| CCS_BOTTOM
| Causes the control to position itself at the bottom of the parent window's
client area and sets the width to be the same as the parent window's width. Status
windows have this style by default.
| CCS_NODIVIDER
| Prevents a two-pixel highlight from being drawn at the top of the control.
| CCS_NOHILITE
| Prevents a one-pixel highlight from being drawn at the top of the control.
| CCS_NOMOVEY
| Causes the control to resize and move itself horizontally, but not vertically,
in response to a WM_SIZE message. If CCS_NORESIZE is used, this style does not apply. Header windows
have this style by default.
| CCS_NOPARENTALIGN
| Prevents the control from automatically moving to the top or bottom of the
parent window. Instead, the control keeps its position within the parent window
despite changes to the size of the parent. If CCS_TOP or CCS_BOTTOM is also used,
the height is adjusted to the default, but the position and width remain
unchanged.
| CCS_NORESIZE
| Prevents the control from using the default width and height when setting its
initial size or a new size. Instead, the control uses the width and height
specified in the request for creation or sizing.
| CCS_TOP
| Causes the control to position itself at the top of the parent window's client
area and sets the width to be the same as the parent window's width. Toolbars
have this style by default.
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|