Visual Basic (Declaration) | |
---|---|
Protected Function New( _ ByVal supportsStroke As Boolean, _ ByVal supportsFill As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim supportsStroke As Boolean Dim supportsFill As Boolean Dim instance As New AnnButtonObject(supportsStroke, supportsFill) |
C# | |
---|---|
protected AnnButtonObject( bool supportsStroke, bool supportsFill ) |
C++/CLI | |
---|---|
protected: AnnButtonObject( bool supportsStroke, bool supportsFill ) |
Parameters
- supportsStroke
- true if this object will support a stroke; false otherwise.
- supportsFill
- true if this object will support a fill; false otherwise.
This constructor is intended for derived classes that extend the functionality of the AnnButtonObject class.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)