public IIcon ExpandedIcon { get; set; }Public Property ExpandedIcon As IIcon
Get
Setpublic:
virtual property IIcon^ ExpandedIcon {
IIcon^ get () sealed;
void set (IIcon^ value) sealed;
}abstract ExpandedIcon : IIcon with get, set
override ExpandedIcon : IIcon with get, set