Copyright © 2003-2024 MultiMedia Soft

SplitButtonPicture property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property SplitButtonPicture As String

 

[C#]

public virtual string SplitButtonPicture {get; set;}

 

[C++]

public: __property virtual String* get_SplitButtonPicture();

public: __property virtual void set_SplitButtonPicture(String*);

 

 

Remarks

The filename of the picture file displayed on the split button in place of the default south-headed triangle.

Supported bitmap formats are BMP, ICO, GIF, JPG, TIF and PNG.

Below you can see two split buttons, the left one having the default south-headed arrow and the right one having a custom picture representing a blue south-headed arrow.

3dcm_i0001b3             3dcm_i0001b5

This property is only available with the Ctl3dSplitButton component.

For further details about the use of the Split Button control, see the How to use the Split Button component section.