Version

GetButtonStyle Method (UIRole)

Returns the merged Infragistics.Win.UIElementButtonStyle for the specified component.
Syntax
'Declaration
 
Public Function GetButtonStyle( _
   ByVal component As ComponentRole _
) As UIElementButtonStyle
public UIElementButtonStyle GetButtonStyle( 
   ComponentRole component
)

Parameters

component
Component role that contains this role. This is used to obtain the button style from the component and if necessary, the associated styleset. This parameter can be null to return the button style explicitly set on the role or its ancestor roles.

Return Value

The associated UIElementButtonStyle.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also