|
|
|
SftPictureObject.Appearance Property |
Defines the image object using a built-in, special purpose image.
Syntax
VB.NET |
Style = object.Appearance As SftPictureImageConstants |
||
VB |
Style = object.Appearance As SftPictureImageConstants |
||
C#.NET |
SftPictureImageConstants Style = object.Appearance; |
||
VC++ |
enum SftPictureImageConstants Style = object->Appearance;
|
||
C |
HRESULT object->get_Appearance(enum SftPictureImageConstants* Style); |
||
Delphi |
Style := object.Appearance : TOleEnum; |
||
VB.NET |
object.Appearance = Style As SftPictureImageConstants |
||
VB |
object.Appearance = Style As SftPictureImageConstants |
||
C#.NET |
SftPictureImageConstants object.Appearance = Style; |
||
VC++ |
enum SftPictureImageConstants object->Appearance = Style;
|
||
C |
HRESULT object->put_Appearance(enum SftPictureImageConstants Style); |
||
Delphi |
object.Appearance := Style : TOleEnum; |
object
A SftPictureObject object.
Style
Defines the image object using a built-in, special purpose image.
Name |
Value |
Description |
-1 |
None |
|
0 |
Checkbox - No |
|
1 |
Checkbox - Yes |
|
2 |
Checkbox - Unknown |
|
3 |
Checkbox - No, Disabled |
|
4 |
Checkbox - Yes, Disabled |
|
5 |
Checkbox - Unknown, Disabled |
|
6 |
RadioButton - No |
|
7 |
RadioButton - Yes |
|
8 |
RadioButton - No, Disabled |
|
9 |
RadioButton - Yes, Disabled |
|
10 |
Up |
|
11 |
Up, Disabled |
|
12 |
Down |
|
13 |
Down, Disabled |
|
14 |
Sort Ascending |
|
15 |
Sort Ascending, Disabled |
|
16 |
Sort Descending |
|
17 |
Sort Descending, Disabled |
Comments
The Appearance property defines the image object using a built-in, special purpose image.
The SftPictureObject.Type property is set to sftTypeBuiltin.
The SftPictureObject.Height and SftPictureObject.Width properties should be used to define the requested image size. The SftPictureObject.ActualHeight and SftPictureObject.ActualWidth properties reflect the image dimensions.
See Also SftPictureObject Object | Object Hierarchy