_FormRegionStartup Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 FormRegionStartup.
public interface class _FormRegionStartup
[System.Runtime.InteropServices.Guid("00063059-0000-0000-C000-000000000046")]
public interface _FormRegionStartup
Public Interface _FormRegionStartup
- Derivado
- Atributos
Métodos
BeforeFormRegionShow(FormRegion) |
Permite que um suplemento atualize a interface de usuário de uma área de formulário antes que ela seja exibida. |
GetFormRegionIcon(String, Int32, OlFormRegionIcon) |
Obtains an icon image that will be displayed for a particular type of icon for the form region. |
GetFormRegionManifest(String, Int32) |
Obtém o manifesto XML de uma região de formulário. |
GetFormRegionStorage(String, Object, Int32, OlFormRegionMode, OlFormRegionSize) |
Obtém o armazenamento apropriado para uma área de formulário baseada nas informações especificadas. |