Compartilhar via


_OlkBusinessCardControl Interface

Definição

This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. Para obter informações sobre o objeto COM, consulte OlkBusinessCardControl.

public interface class _OlkBusinessCardControl
[System.Runtime.InteropServices.Guid("000672ED-0000-0000-C000-000000000046")]
public interface _OlkBusinessCardControl
Public Interface _OlkBusinessCardControl
Derivado
Atributos

Propriedades

MouseIcon

Retorna ou define um StdPicture que representa uma imagem personalizada para o cursor do mouse para este controle. Leitura/gravação.

MousePointer

Retorna ou define uma OlMousePointer constante que especifica o tipo de ponteiro exibido quando o usuário posiciona o mouse sobre o controle. Leitura/gravação.

Aplica-se a