1 implementation of Enabled
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
141
public BOOL
Enabled
1 write to Enabled
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
142
=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.
Enabled
= value);
1 reference to Enabled
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
138
=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.
Enabled
);