Version

SetStyleSettings Method

This sets the StyleSettings extender property for the specified control.
Syntax
'Declaration
 
Public Sub SetStyleSettings( _
   ByVal control As Control, _
   ByVal styleSettings As InboxControlStyleSettings _
) 
public void SetStyleSettings( 
   Control control,
   InboxControlStyleSettings styleSettings
)

Parameters

control
The control whose InboxControlStyleSettings property is being set.
styleSettings
An InboxControlStyleSettings object which will be associated with the control.
Remarks

This method associates an InboxControlStyleSettings object with a particular control. If there is already an existing InboxControlStyleSettings associated with the specified control, then the existing InboxControlStyleSettings is removed and replaced by the new StyleSettings.

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