RibbonControlSizeDefinitionCollection.CreateInstanceCore Method
Returns a new instance of the RibbonControlSizeDefinitionCollection class.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Function CreateInstanceCore As Freezable
protected override Freezable CreateInstanceCore()
protected:
virtual Freezable^ CreateInstanceCore() override
abstract CreateInstanceCore : unit -> Freezable
override CreateInstanceCore : unit -> Freezable
protected override function CreateInstanceCore() : Freezable
Return Value
Type: System.Windows.Freezable
The new instance of this class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RibbonControlSizeDefinitionCollection Class