TypeLibInfoClass._OldListBoxNotification Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
Public Overridable WriteOnly Property _OldListBoxNotification As ListBoxNotification
'Usage
Dim instance As TypeLibInfoClass
Dim value As ListBoxNotification
instance._OldListBoxNotification = value
public virtual ListBoxNotification _OldListBoxNotification { set; }
public:
virtual property ListBoxNotification^ _OldListBoxNotification {
void set (ListBoxNotification^ value);
}
public function set _OldListBoxNotification (value : ListBoxNotification)
Property Value
Type: TLI.ListBoxNotification
Implements
_TypeLibInfo._OldListBoxNotification
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.