ContextMenuStripExtrasGetContextParent Method |
get the parent of a context menu, either opening up, or a tool strip right click
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Object GetContextParent(
Object senderToolStrip,
Type t
)
Public Shared Function GetContextParent (
senderToolStrip As Object,
t As Type
) As Object
public:
static Object^ GetContextParent(
Object^ senderToolStrip,
Type^ t
)
static member GetContextParent :
senderToolStrip : Object *
t : Type -> Object
Parameters
- senderToolStrip
- Type: SystemObject
- t
- Type: SystemType
Return Value
Type:
Object
See Also