Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Appearance")> <DescriptionAttribute("Selects one of the available views this control supports.")> Public Property ViewStyle As RasterImageListViewStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Selects one of the available views this control supports.")] public RasterImageListViewStyle ViewStyle {get; set;} |
Managed Extensions for C++ | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Selects one of the available views this control supports.")] public: __property RasterImageListViewStyle get_ViewStyle(); public: __property void set_ViewStyle( RasterImageListViewStyle value ); |
C++/CLI | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Selects one of the available views this control supports.")] public: property RasterImageListViewStyle ViewStyle { RasterImageListViewStyle get(); void set (RasterImageListViewStyle value); } |
Return Value
A RasterImageListViewStyle enumeration that specifies how the items are displayed in the control.Visual Basic | Copy Code |
---|---|
''' This example will show the different view styles of a <see cref="RasterImageList"/> control. |
C# | Copy Code |
---|---|
/// This example will show the different view styles of a <see cref="RasterImageList"/> control. |
For more information, refer to the RasterImageListViewStyle enumeration.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family