| |
|
|
Nico Madysa | Button-Stile
Constant | worth | Description | bs_PushButton | = $00 | Normaler Button | bs_DefPushButton | = $01 | bs_CheckBox | = $02 | CheckBox, must with SetCheck set go | bs_AutoCheckBox | = $03 | CheckBox, The of self markiert becomes | bs_RadioButton | = $04 | RadioButton, must with SetCheck set go | bs_3State | = $05 | see bs_CheckBox, has a additional status(gray with crux) | bs_Auto3State | = $06 | see bs_3State, becomes automatically markiert | bs_GroupBox | = $07 | bs_UserButton | = $08 | bs_AutoRadioButton | = $09 | RadioButton, becomes automatically markiert | bs_PushBox | = $0A | bs_OwnerDraw | = $0B | bs_Icon | = $40 | Button with Icon instead of Text | bs_Bitmap | = $80 | Button with Mitmap instead of Text | bs_Left | = $120 | Text becomes on whom left edge gerückt | bs_Right | = $220 | Text becomes on whom rechten edge gerückt | bs_Top | = $400 | Text becomes on whom oberen edge gerückt | bs_Bottom | = $800 | Text becomes on whom downstairs edge gerückt | ---no name--- | = $1003 | switch-Button | bs_Multiline | = $2000 | Text can with Chr$(13) or " " umgebrochen go | bs_Flat | = $8000 | flacher Button | Gleichzeitiges use more Stile becomes through addition access. with the Style $54010000 becomes one gewöhnlicher Standart-Button created. circa Buttons with the Style bs__icon or bs_Bitmap one Icon or. Image zuzuweisen is a suitable Message To versenden.
|
|
|
| |
|
|