Version

SetBrushType Method (XamPropertyGridProxy)

Set the type of brush for the currently selected property, if the property is of type brush
Syntax
'Declaration
 
Public Sub SetBrushType( _
   ByVal oeBrushType As System.Object _
) 
public void SetBrushType( 
   System.object oeBrushType
)
public: void SetBrushType( 
   System.Object* oeBrushType
) 

Parameters

oeBrushType
string or enumerated value representing the type of brush
Requirements

Target Platforms: 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