Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
ButtonStyleKey Property
See Also 
Leadtools.Windows.Controls Namespace > ImageListItem Class : ButtonStyleKey Property





A resource key that represents the default style for image list items with Button style.

Syntax

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

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

XAML Values 

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

XAML Attributes Usage 

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

XAML Values 

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

Return Value

Gets the Button style applied on ImageListItem

Example

For XAML example, refer to OwnerDrawStyleKey.

Remarks

This property is used to change the Button style for the ImageListItem

.

Requirements

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

See Also