IOleComponent2.OnEnterState(UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OnEnterState(System::UInt32 uStateID, int fEnter);
public:
void OnEnterState(unsigned int uStateID, int fEnter);
void OnEnterState(unsigned int uStateID, int fEnter);
public void OnEnterState (uint uStateID, int fEnter);
abstract member OnEnterState : uint32 * int -> unit
Public Sub OnEnterState (uStateID As UInteger, fEnter As Integer)
Parameters
- uStateID
- UInt32
- fEnter
- Int32