CaptionButton Enum changed?

the old enum was :

protected enum Buttons
{
None,
AutoHideButton,
MenuButton,
CloseButton,
MaximizeButton
}


The new one (seemingly) is:

public enum CaptionButtonType
{
Close,
Pin,
Menu,
Maximize,
Custom
}

There is no value for None (Value = 0) any more, and the new value = 0 is now Close.

Do these do the same thing? Or what can I use to access this now?

Thanks,
Jon

1 Reply

RR Ramya R Syncfusion Team August 20, 2007 10:16 AM UTC

Hi Jon,

Thank you for your interest in Syncfusion Products.

The None option has been removed in our latest version. You can use the Custom option to have a CaptionButton of your desire.

Could you please provide us with some more information with regard to your exact requirement, so that it would helps us to provide you with a solution?

Thanks & Regards,
Ramya.

Loader.
Up arrow icon