Support.CursorToIPicture(Cursor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
傳回對應至指定之 Cursor 的 OLE IPicture
物件。
public:
static System::Object ^ CursorToIPicture(System::Windows::Forms::Cursor ^ curs);
public static object CursorToIPicture (System.Windows.Forms.Cursor curs);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static object CursorToIPicture (System.Windows.Forms.Cursor curs);
static member CursorToIPicture : System.Windows.Forms.Cursor -> obj
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member CursorToIPicture : System.Windows.Forms.Cursor -> obj
Public Function CursorToIPicture (curs As Cursor) As Object
參數
傳回
Object,表示 OLE IPicture
物件。
- 屬性
備註
在 Visual Basic 6.0MouseIcon
的表單或控制項的屬性可以用來載入自訂MousePointer
(游標)。 在某些情況下,針對映像MouseIcon
已儲存為stdOle.IPicture
; 此函式來升級工具轉換Cursor至stdOle.IPicture
。
要轉換Cursor在 Visual Basic 中,使用GetIPictureFromCursor方法AxHost類別。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。