📄 ksetbutton.h
字号:
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_TextHoverColor )(
IkButton __RPC_FAR * This,
/* [in] */ OLE_COLOR newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PicturePush )(
IkButton __RPC_FAR * This,
/* [retval][out] */ IPictureDisp __RPC_FAR *__RPC_FAR *pVal);
/* [id][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_PicturePush )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PicturePush )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *pPicture);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PictureStatic )(
IkButton __RPC_FAR * This,
/* [retval][out] */ IPictureDisp __RPC_FAR *__RPC_FAR *pVal);
/* [id][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_PictureStatic )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PictureStatic )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *pPicture);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PictureHover )(
IkButton __RPC_FAR * This,
/* [retval][out] */ IPictureDisp __RPC_FAR *__RPC_FAR *pVal);
/* [id][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_PictureHover )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PictureHover )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *pPicture);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PictureDisabled )(
IkButton __RPC_FAR * This,
/* [retval][out] */ IPictureDisp __RPC_FAR *__RPC_FAR *pVal);
/* [id][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_PictureDisabled )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PictureDisabled )(
IkButton __RPC_FAR * This,
/* [in] */ IPictureDisp __RPC_FAR *pPicture);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HighlightColor )(
IkButton __RPC_FAR * This,
/* [retval][out] */ OLE_COLOR __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HighlightColor )(
IkButton __RPC_FAR * This,
/* [in] */ OLE_COLOR newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ShadowColor )(
IkButton __RPC_FAR * This,
/* [retval][out] */ OLE_COLOR __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ShadowColor )(
IkButton __RPC_FAR * This,
/* [in] */ OLE_COLOR newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ShowFocus )(
IkButton __RPC_FAR * This,
/* [retval][out] */ kFocusEnum __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ShowFocus )(
IkButton __RPC_FAR * This,
/* [in] */ kFocusEnum newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HoverEnabled )(
IkButton __RPC_FAR * This,
/* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HoverEnabled )(
IkButton __RPC_FAR * This,
/* [in] */ VARIANT_BOOL newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PictureSpacing )(
IkButton __RPC_FAR * This,
/* [retval][out] */ short __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PictureSpacing )(
IkButton __RPC_FAR * This,
/* [in] */ short newVal);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ShowStateAsFlat )(
IkButton __RPC_FAR * This,
/* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ShowStateAsFlat )(
IkButton __RPC_FAR * This,
/* [in] */ VARIANT_BOOL newVal);
END_INTERFACE
} IkButtonVtbl;
interface IkButton
{
CONST_VTBL struct IkButtonVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IkButton_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IkButton_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IkButton_Release(This) \
(This)->lpVtbl -> Release(This)
#define IkButton_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IkButton_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IkButton_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IkButton_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IkButton_AboutBox(This) \
(This)->lpVtbl -> AboutBox(This)
#define IkButton_DoClick(This,bAnimate) \
(This)->lpVtbl -> DoClick(This,bAnimate)
#define IkButton_put_BackColor(This,clr) \
(This)->lpVtbl -> put_BackColor(This,clr)
#define IkButton_get_BackColor(This,pclr) \
(This)->lpVtbl -> get_BackColor(This,pclr)
#define IkButton_put_BorderColor(This,clr) \
(This)->lpVtbl -> put_BorderColor(This,clr)
#define IkButton_get_BorderColor(This,pclr) \
(This)->lpVtbl -> get_BorderColor(This,pclr)
#define IkButton_put_Enabled(This,vbool) \
(This)->lpVtbl -> put_Enabled(This,vbool)
#define IkButton_get_Enabled(This,pbool) \
(This)->lpVtbl -> get_Enabled(This,pbool)
#define IkButton_get_PictureAlignment(This,pVal) \
(This)->lpVtbl -> get_PictureAlignment(This,pVal)
#define IkButton_put_PictureAlignment(This,newVal) \
(This)->lpVtbl -> put_PictureAlignment(This,newVal)
#define IkButton_get_AppearancePush(This,pVal) \
(This)->lpVtbl -> get_AppearancePush(This,pVal)
#define IkButton_put_AppearancePush(This,newVal) \
(This)->lpVtbl -> put_AppearancePush(This,newVal)
#define IkButton_get_AppearanceStatic(This,pVal) \
(This)->lpVtbl -> get_AppearanceStatic(This,pVal)
#define IkButton_put_AppearanceStatic(This,newVal) \
(This)->lpVtbl -> put_AppearanceStatic(This,newVal)
#define IkButton_get_AppearanceHover(This,pVal) \
(This)->lpVtbl -> get_AppearanceHover(This,pVal)
#define IkButton_put_AppearanceHover(This,newVal) \
(This)->lpVtbl -> put_AppearanceHover(This,newVal)
#define IkButton_get_TextStatic(This,pVal) \
(This)->lpVtbl -> get_TextStatic(This,pVal)
#define IkButton_put_TextStatic(This,newVal) \
(This)->lpVtbl -> put_TextStatic(This,newVal)
#define IkButton_get_TextHover(This,pVal) \
(This)->lpVtbl -> get_TextHover(This,pVal)
#define IkButton_put_TextHover(This,newVal) \
(This)->lpVtbl -> put_TextHover(This,newVal)
#define IkButton_get_TextPush(This,pVal) \
(This)->lpVtbl -> get_TextPush(This,pVal)
#define IkButton_put_TextPush(This,newVal) \
(This)->lpVtbl -> put_TextPush(This,newVal)
#define IkButton_get_FontPush(This,pVal) \
(This)->lpVtbl -> get_FontPush(This,pVal)
#define IkButton_putref_FontPush(This,newVal) \
(This)->lpVtbl -> putref_FontPush(This,newVal)
#define IkButton_put_FontPush(This,pFont) \
(This)->lpVtbl -> put_FontPush(This,pFont)
#define IkButton_get_FontStatic(This,pVal) \
(This)->lpVtbl -> get_FontStatic(This,pVal)
#define IkButton_putref_FontStatic(This,newVal) \
(This)->lpVtbl -> putref_FontStatic(This,newVal)
#define IkButton_put_FontStatic(This,pFont) \
(This)->lpVtbl -> put_FontStatic(This,pFont)
#define IkButton_get_FontHover(This,pVal) \
(This)->lpVtbl -> get_FontHover(This,pVal)
#define IkButton_putref_FontHover(This,newVal) \
(This)->lpVtbl -> putref_FontHover(This,newVal)
#define IkButton_put_FontHover(This,pFont) \
(This)->lpVtbl -> put_FontHover(This,pFont)
#define IkButton_get_TextPushColor(This,pVal) \
(This)->lpVtbl -> get_TextPushColor(This,pVal)
#define IkButton_put_TextPushColor(This,newVal) \
(This)->lpVtbl -> put_TextPushColor(This,newVal)
#define IkButton_get_TextStaticColor(This,pVal) \
(This)->lpVtbl -> get_TextStaticColor(This,pVal)
#define IkButton_put_TextStaticColor(This,newVal) \
(This)->lpVtbl -> put_TextStaticColor(This,newVal)
#define IkButton_get_TextHoverColor(This,pVal) \
(This)->lpVtbl -> get_TextHoverColor(This,pVal)
#define IkButton_put_TextHoverColor(This,newVal) \
(This)->lpVtbl -> put_TextHoverColor(This,newVal)
#define IkButton_get_PicturePush(This,pVal) \
(This)->lpVtbl -> get_PicturePush(This,pVal)
#define IkButton_putref_PicturePush(This,newVal) \
(This)->lpVtbl -> putref_PicturePush(This,newVal)
#define IkButton_put_PicturePush(This,pPicture) \
(This)->lpVtbl -> put_PicturePush(This,pPicture)
#define IkButton_get_PictureStatic(This,pVal) \
(This)->lpVtbl -> get_PictureStatic(This,pVal)
#define IkButton_putref_PictureStatic(This,newVal) \
(This)->lpVtbl -> putref_PictureStatic(This,newVal)
#define IkButton_put_PictureStatic(This,pPicture) \
(This)->lpVtbl -> put_PictureStatic(This,pPicture)
#define IkButton_get_PictureHover(This,pVal) \
(This)->lpVtbl -> get_PictureHover(This,pVal)
#define IkButton_putref_PictureHover(This,newVal) \
(This)->lpVtbl -> putref_PictureHover(This,newVal)
#define IkButton_put_PictureHover(This,pPicture) \
(This)->lpVtbl -> put_PictureHover(This,pPicture)
#define IkButton_get_PictureDisabled(This,pVal) \
(This)->lpVtbl -> get_PictureDisabled(This,pVal)
#define IkButton_putref_PictureDisabled(This,newVal) \
(This)->lpVtbl -> putref_PictureDisabled(This,newVal)
#define IkButton_put_PictureDisabled(This,pPicture) \
(This)->lpVtbl -> put_PictureDisabled(This,pPicture)
#define IkButton_get_HighlightColor(This,pVal) \
(This)->lpVtbl -> get_HighlightColor(This,pVal)
#define IkButton_put_HighlightColor(This,newVal) \
(This)->lpVtbl -> put_HighlightColor(This,newVal)
#define IkButton_get_ShadowColor(This,pVal) \
(This)->lpVtbl -> get_ShadowColor(This,pVal)
#define IkButton_put_ShadowColor(This,newVal) \
(This)->lpVtbl -> put_ShadowColor(This,newVal)
#define IkButton_get_ShowFocus(This,pVal) \
(This)->lpVtbl -> get_ShowFocus(This,pVal)
#define IkButton_put_ShowFocus(This,newVal) \
(This)->lpVtbl -> put_ShowFocus(This,newVal)
#define IkButton_get_HoverEnabled(This,pVal) \
(This)->lpVtbl -> get_HoverEnabled(This,pVal)
#define IkButton_put_HoverEnabled(This,newVal) \
(This)->lpVtbl -> put_HoverEnabled(This,newVal)
#define IkButton_get_PictureSpacing(This,pVal) \
(This)->lpVtbl -> get_PictureSpacing(This,pVal)
#define IkButton_put_PictureSpacing(This,newVal) \
(This)->lpVtbl -> put_PictureSpacing(This,newVal)
#define IkButton_get_ShowStateAsFlat(This,pVal) \
(This)->lpVtbl -> get_ShowStateAsFlat(This,pVal)
#define IkButton_put_ShowStateAsFlat(This,newVal) \
(This)->lpVtbl -> put_ShowStateAsFlat(This,newVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [id] */ HRESULT STDMETHODCALLTYPE IkButton_AboutBox_Proxy(
IkButton __RPC_FAR * This);
void __RPC_STUB IkButton_AboutBox_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IkButton_DoClick_Proxy(
IkButton __RPC_FAR * This,
/* [optional][defaultvalue][in] */ VARIANT_BOOL bAnimate);
void __RPC_STUB IkButton_DoClick_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IkButton_put_BackColor_Proxy(
IkButton __RPC_FAR * This,
/* [in] */ OLE_COLOR clr);
void __RPC_STUB IkButton_put_BackColor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IkButton_get_BackColor_Proxy(
IkButton __RPC_FAR * This,
/* [retval][out] */ OLE_COLOR __RPC_FAR *pclr);
void __RPC_STUB IkButton_get_BackColor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IkButton_put_BorderColor_Proxy(
IkButton __RPC_FAR * This,
/* [in] */ OLE_COLOR clr);
void __RPC_STUB IkButton_put_BorderColor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IkButton_get_BorderColor_Proxy(
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -