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