Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ExplorerStyleKey Property
See Also 
Leadtools.Windows.Controls Namespace > ImageListItem Class : ExplorerStyleKey Property





A resource key that represents the default Explorer style for ImageListItem(s).

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property ExplorerStyleKey As ResourceKey
Visual Basic (Usage)Copy Code
Dim value As ResourceKey
 
value = ImageListItem.ExplorerStyleKey
C# 
public static ResourceKey ExplorerStyleKey {get;}
Managed Extensions for C++ 
public: __property static ResourceKey get_ExplorerStyleKey();
C++/CLI 
public:
static property ResourceKey ExplorerStyleKey {
   ResourceKey get();
}
XAML Attributes Usage 

<object property={x:Static ImageListItem.ExplorerStyleKey}/>

XAML Values 

System.Windows.ResourceKey A resource key that represents the Explorer style for ImageListItem.

Return Value

Gets the Explorer style applied on ImageListItem

Remarks

This property is used to change the Explorer style for the ImageListItem.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also