Re: How to get the SIP status? by Mathias
Mathias
Tue Aug 23 11:53:32 CDT 2005
You can query the API, but it's from far a much simpler way to just create
an input panel control within your form and use its member propretie
Enabled.
You can also track it with the EnabledChanged event of the input panel
control.
"Nicky" <Nicky@discussions.microsoft.com> a écrit dans le message de news:
756300DC-ED90-4B28-A612-4F9227B44473@microsoft.com...
> hi,
>
> I have a Form and as a defuat, there is a menu. I did not add any input
> panel manually, but I can see there is a InputPanel. The question is how
> to
> get the status of it, down or up? Or I have to create a member inputpanel
> in
> order to get the status?
>
> Thanks.