public FileDelegate<FileToolTipAction> ToolTipDelegate { get; set; }
Public Property ToolTipDelegate As FileDelegate(Of FileToolTipAction)
Get
Set
public:
virtual property FileDelegate<FileToolTipAction^>^ ToolTipDelegate {
FileDelegate<FileToolTipAction^>^ get () sealed;
void set (FileDelegate<FileToolTipAction^>^ value) sealed;
}
abstract ToolTipDelegate : FileDelegate<FileToolTipAction> with get, set
override ToolTipDelegate : FileDelegate<FileToolTipAction> with get, set
Значение свойства никогда не равно null.