CommandBarsClass.GetImageMso Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function GetImageMso ( _
idMso As String, _
Width As Integer, _
Height As Integer _
) As IPictureDisp
'Usage
Dim instance As CommandBarsClass
Dim idMso As String
Dim Width As Integer
Dim Height As Integer
Dim returnValue As IPictureDisp
returnValue = instance.GetImageMso(idMso, _
Width, Height)
public virtual IPictureDisp GetImageMso(
string idMso,
int Width,
int Height
)
Parameters
- idMso
Type: System.String
- Width
Type: System.Int32
- Height
Type: System.Int32
Return Value
Type: IPictureDisp
Implements
_CommandBars.GetImageMso(String, Int32, Int32)