InvokeGotFocus Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub InvokeGotFocus( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.EventArgs _
)
'Usage
Dim instance As DicomViewer
Dim toInvoke As System.Windows.Forms.Control
Dim e As System.EventArgs
instance.InvokeGotFocus(toInvoke, e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void InvokeGotFocus(
System.Windows.Forms.Control ,
System.EventArgs
)
protected procedure InvokeGotFocus(
: System.Windows.Forms.Control;
: System.EventArgs
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function InvokeGotFocus(
: System.Windows.Forms.Control,
: System.EventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void InvokeGotFocus(
System.Windows.Forms.Control* ,
System.EventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void InvokeGotFocus(
System.Windows.Forms.Control^ ,
System.EventArgs^
)
Parameters
- toInvoke
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also