<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.3.25173.2" />

FUNCFLAGS

enum FUNCFLAGS
Specifies function flags.

The function that supports data binding.

The function that best represents the object. Only one function in a type information can have this attribute.

Permits an optimization in which the compiler looks for a member named xyz on the type of abc. If such a member is found and is flagged as an accessor function for an element of the default collection, then a call is generated to that member function. Permitted on members in dispinterfaces and interfaces; not permitted on modules. For more information, refer to defaultcollelem in Type Libraries and the Object Description Language.

The function that is displayed to the user as bindable. FUNC_FBINDABLE must also be set.

The function should not be displayed to the user, although it exists and is bindable.

Mapped as individual bindable properties.

The property appears in an object browser, but not in a properties browser.

Tags the interface as having default behaviors.

When set, any call to a method that sets the property results first in a call to IPropertyNotifySink::OnRequestEdit. The implementation of OnRequestEdit determines if the call is allowed to set the property.

The function should not be accessible from macro languages. This flag is intended for system-level functions or functions that type browsers should not display.

The function returns an object that is a source of events.

The type information member is the default member for display in the user interface.

The function supports GetLastError. If an error occurs during the function, the caller can call GetLastError to retrieve the error code.